Full Year

Returns a list of all dates in the given year beginning from the specified start month and day, derived from the specified date-time.

Syntax & Usage

FullYear(<model member>[, <integer value>][, <integer value>])

<model member>

A PQL expression that returns a single member element. The member must exist in the data source; it cannot be a custom member. For the YTD function, this should be a member from the dateKey hierarchy; the given member will be the last date in the list.

<integer value>

A numeric value that determines which month the list should start from; this value is set to 1 by default. Change this value from the Insert Arguments window under 'Month of year to start from'.

<integer value>

A numeric value that determines which day of the first month the list should start from; this value is set to 1 by default. Change this value from the Insert Arguments window under 'Day of month to start from'.